[INFO] fetching crate oak-scheme 0.0.11...
[INFO] fixing oak-scheme-0.0.11 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate oak-scheme 0.0.11 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate oak-scheme 0.0.11
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate oak-scheme 0.0.11
[INFO] tweaked toml for crates.io crate oak-scheme 0.0.11 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate oak-scheme 0.0.11 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate oak-scheme 0.0.11 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4245c31ef858cfa2b7c85c4edcd936eba0a5da340a21b403cf006ebd7834d714
[INFO] running `Command { std: "docker" "start" "4245c31ef858cfa2b7c85c4edcd936eba0a5da340a21b403cf006ebd7834d714", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4245c31ef858cfa2b7c85c4edcd936eba0a5da340a21b403cf006ebd7834d714" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4245c31ef858cfa2b7c85c4edcd936eba0a5da340a21b403cf006ebd7834d714", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4245c31ef858cfa2b7c85c4edcd936eba0a5da340a21b403cf006ebd7834d714" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking zerocopy v0.8.40
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking triomphe v0.1.15
[INFO] [stderr]     Checking oak-core v0.0.11
[INFO] [stderr]     Checking oak-scheme v0.0.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Source` and `UniversalElementRole`
[INFO] [stdout]  --> src/lexer/token_type.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use oak_core::{Source, Token, TokenType, UniversalElementRole, UniversalTokenRole};
[INFO] [stdout]   |                ^^^^^^                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Source` and `UniversalElementRole`
[INFO] [stdout]  --> src/lexer/token_type.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use oak_core::{Source, Token, TokenType, UniversalElementRole, UniversalTokenRole};
[INFO] [stdout]   |                ^^^^^^                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(new_range_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `new_range_api` has been stable since 1.96.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(new_range_api)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]   --> src/lexer/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct SchemeLexer<'config> {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 19 |     config: &'config SchemeLanguage,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SchemeLexer` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]  --> src/language/mod.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct SchemeLanguage {}
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![warn(missing_docs)]
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]  --> src/lexer/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod token_type;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a type alias
[INFO] [stdout]  --> src/lexer/token_type.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub type SchemeToken = Token<SchemeTokenType>;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]  --> src/parser/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod element_type;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]   --> src/lexer/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct SchemeLexer<'config> {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 19 |     config: &'config SchemeLanguage,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SchemeLexer` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]  --> src/language/mod.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct SchemeLanguage {}
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![warn(missing_docs)]
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]  --> src/lexer/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod token_type;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a type alias
[INFO] [stdout]  --> src/lexer/token_type.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub type SchemeToken = Token<SchemeTokenType>;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]  --> src/parser/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub mod element_type;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `oak_testing` in this scope
[INFO] [stdout]  --> tests/lexer/mod.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use oak_testing::lexing::LexerTester;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `oak_testing`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `oak_testing`, use `cargo add oak_testing` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `oak_core::source::Source`
[INFO] [stdout]  --> tests/lexer/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use oak_core::source::Source;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `oak-scheme` (test "main") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "4245c31ef858cfa2b7c85c4edcd936eba0a5da340a21b403cf006ebd7834d714", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4245c31ef858cfa2b7c85c4edcd936eba0a5da340a21b403cf006ebd7834d714", kill_on_drop: false }`
[INFO] [stdout] 4245c31ef858cfa2b7c85c4edcd936eba0a5da340a21b403cf006ebd7834d714
